Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Fri, 21 Apr 2017 22:27:43 +0000 (18:27 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Apr 2017 22:28:56 +0000 (18:28 -0400)
gdk/wayland/gdkwindow-wayland.c

index 17fb7204722d9ad9cfb45f9456d3a2c8b16d10b8..d33de9bea3555f593c9d995f00d5b3b833823aba 100644 (file)
@@ -2258,7 +2258,7 @@ should_map_as_subsurface (GdkWindow *window)
       if (impl_parent->mapped)
         return TRUE;
       else
-        g_warning ("Couldn't map window %p as susburface because its parent is not mapped.",
+        g_warning ("Couldn't map window %p as subsurface because its parent is not mapped.",
                    window);
 
     }